NET_SDK_RollingGateControl¶
Interface Definition¶
1 2 3 | |
1 2 3 | |
Function Description¶
Control rolling shutter door switch
Parameter Description¶
| Parameters | Type | Remark |
|---|---|---|
| lUserIDin | LONG | User ID, the return value of NET_SDK_Login or NET_SDK_LoginEx. |
| executeTypein | const ROLLING_GATE_EXECUTE | Control on, off, stop, corresponding to: 1, 2, 3 respectively, refer to ROLLING_GATE_EXECUTE |
Return Value¶
-
Type:BOOL
-
Remark:Returns TRUE if successful, FALSE if failed.
Remarks¶
None